aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
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 /AUTHORS
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 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4f7a5834b..fdaad0dc6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,3 +53,4 @@ Arm Ltd
Tudor Ambarus
Elektrobit Automotive GmbH
Rivos Inc.
+Jeongjun Park