mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #157] [MERGED] Fixed server crash on FrmKeylogger #1009
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1009
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/157
Author: @yankejustin
Created: 5/21/2015
Status: ✅ Merged
Merged: 5/21/2015
Merged by: @MaxXor
Base:
master← Head:Fix📝 Commits (1)
706c7e3Fixed server crash on FrmKeylogger📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
Server/Forms/FrmKeylogger.cs(+5 -2)📄 Description
Reproduction of the issue
- Open up a keylogger form and make sure no entries are selected. - Invoke the lstLogs_ItemActivate method by pressing enter. - Since no items are selected, it cannot index the 0th item of lstLogs' SelectedItems, causing an exception that is uncaught and crashes the server.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.