mosquitto
mosquitto copied to clipboard
allow topic to be encapsulated in quotes
[ ] Have you signed the Eclipse Contributor Agreement, using the same email address as you used in your commits?
- [x] Do each of your commits have a "Signed-off-by" line, with the correct email address? Use "git commit -s" to generate this line for you.
- [x] If you are contributing a new feature, is your work based off the develop branch?
- [x] If you are contributing a bugfix, is your work based off the fixes branch?
- [x] Have you added an explanation of what your changes do and why you'd like us to include them?
- [x] Have you successfully run
make testwith your changes locally?
Also created this fix based on the develop-branch with slightly changed calls (REQUIRE_NON_EMPTY_OPTION, mosquitto_malloc with one underscore)
Fixes #1756 Fixes #658
Thank you, this is fixed in https://github.com/eclipse-mosquitto/mosquitto/commit/2370415a3fa2e667eb22325e485c22ca3e030388 and the following commit for the 2.1 release