aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorJeongjun Park <aha310510@gmail.com>2025-04-27 19:34:10 +0900
committerDmitry Vyukov <dvyukov@google.com>2025-04-29 12:42:27 +0000
commit9e70464425eebd2fa590c49a04f09e407d4bc3d4 (patch)
treeffac12718b4a58fb68d0ed2f5fc710893ca503cd /CONTRIBUTORS
parent4a62c0b1c427faab93b443697e66d2f1a9ae3f23 (diff)
dashboard/app/templates: fix incorrect use of *Sort function
We are using incorrect *Sort functions when using some sortTable functions. Also, this is causing the current syz repro sort to not work. Thereforce we need to modify it to use the correct *Sort functions and remove unnecessary tab spaces to pass the intended text to the *Sort functions.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 20c8c8b29..1b6946cc2 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -138,3 +138,4 @@ Ramneet Singh
Ji Hyeon Jeong
Rivos Inc.
Alexandre Ghiti
+Jeongjun Park