[PR #76] [MERGED] Fixed two separate crashes #975

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/76
Author: @yankejustin
Created: 5/5/2015
Status: Merged
Merged: 5/5/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (2)

  • 88f6495 Fixed server crash on invalid upload/execute
  • 9db12cd Fixed client crash on invalid start process command

📊 Changes

2 files changed (+18 additions, -7 deletions)

View changed files

📝 Client/Core/Commands/CommandHandler.cs (+17 -6)
📝 Server/Forms/FrmMain.cs (+1 -1)

📄 Description

  1. Fixed a case that would cause a client to crash if attempted to start a process that was either dysfunctional or had no file name.
  2. Fixed a case that would cause the server to crash if a command was issued to upload/execute a file to a client without a valid path (could just submit an invalid path or nothing).

🔄 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/76 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 5/5/2015 **Status:** ✅ Merged **Merged:** 5/5/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`88f6495`](https://github.com/quasar/Quasar/commit/88f6495ded098aa34d3f35dd38a25604e7ac0228) Fixed server crash on invalid upload/execute - [`9db12cd`](https://github.com/quasar/Quasar/commit/9db12cd8d710e2e879ce86899da937ef33f8b20f) Fixed client crash on invalid start process command ### 📊 Changes **2 files changed** (+18 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Commands/CommandHandler.cs` (+17 -6) 📝 `Server/Forms/FrmMain.cs` (+1 -1) </details> ### 📄 Description 1) Fixed a case that would cause a client to crash if attempted to start a process that was either dysfunctional or had no file name. 2) Fixed a case that would cause the server to crash if a command was issued to upload/execute a file to a client without a valid path (could just submit an invalid path or nothing). --- <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:40 +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#975
No description provided.