]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add out of bound check for Leader Key sequence array (#5840)
authorDrashna Jaelre <drashna@live.com>
Tue, 16 Jul 2019 06:56:34 +0000 (23:56 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Tue, 16 Jul 2019 06:56:34 +0000 (23:56 -0700)
commit09f5767072b65d98371199ab03981940d132b123
tree64ff932bff4e796447a65f2fb9a4241379257668
parented6a872911ba13383585002699a0024510d7b1f4
Add out of bound check for Leader Key sequence array (#5840)

* Add out of bound check for Leader Key sequence array

* A shot at advanced C stuff for Leader Key optimization

* Revert most changes

* Change default back

* Include string.h if compiling for ARM

* Use sizeof instead of a number
quantum/process_keycode/process_leader.c