[PR #157] [MERGED] Fixed server crash on FrmKeylogger #1009

Closed
opened 2026-02-27 15:52:47 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: Fix


📝 Commits (1)

  • 706c7e3 Fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/157 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 5/21/2015 **Status:** ✅ Merged **Merged:** 5/21/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `Fix` --- ### 📝 Commits (1) - [`706c7e3`](https://github.com/quasar/Quasar/commit/706c7e38b69448c026fefe0f07d411b777949a80) Fixed server crash on FrmKeylogger ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Server/Forms/FrmKeylogger.cs` (+5 -2) </details> ### 📄 Description <h1>Reproduction of the issue</h1> - Open up a keylogger form and make sure no entries are selected. - Invoke the <b><a href="https://github.com/MaxXor/xRAT/blob/master/Server/Forms/FrmKeylogger.cs#L56">lstLogs_ItemActivate</a></b> 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1009
No description provided.