Donghyeon Jeong
Donghyeon Jeong
The aforementioned problem only affects regular user accounts, not administrators. Sign up for a regular account and set the score display mode to Private on the admin page to reproduce...
No, it's a different firmware. I will add the firmware to the problem in #70.
``` [ 5.656000] mount_root: mounting /dev/root [ 5.660000] mount_root: loading kmods from internal overlay [ 5.672000] mount_root: failed to launch kmodloader from internal overlay [ 5.712000] do_page_fault() #2: sending SIGSEGV...
[WEB_v1133n.zip](https://github.com/attify/firmware-analysis-toolkit/files/8667287/WEB_v1133n.zip) Hi, I'm adding a firmware file for this issue.
`/api/v1/scoreboard/top/10` ```json {"success": true, "data": {"1": {"id": 3, "name": "test3", "solves": [{"challenge_id": 1, "account_id": 3, "team_id": 3, "user_id": 3, "value": 482, "date": "2022-10-09T16:42:25Z"}]}, "2": {"id": 4, "name": "test4", "solves": [{"challenge_id":...
this problem occurs in a Windows OS(Windows 10 PRO) environment. In Linux(Ubuntu 20.04), filtering works normally.
@zariiii9003 update content. ### Test Code ```py import can can_filters = [{"can_id": 0x200, "can_mask": 0x7ff, "extended": False}] canbus = can.ThreadSafeBus(bustype="kvaser", channel=0, bitrate=500000, data_bitrate=2000000, accept_virtual=False, fd=True, can_filters=can_filters) while True: res =...
@zariiii9003 hello. We were able to find the cause of this bug by analyzing it. I use Kvaser hardware, so I use the KvaserBus() implementation. The `_apply_filters()` function is called...
When I checked, using KvaserBus() seems to use the filter function `_apply_filters()` To make it clear that this function is the cause, if you change the return of the function...
Yes, that's correct. The same issue may occur with both CAN and CAN-FD, and it could be due to a problem with the Kvaser hardware driver. To solve this problem,...