Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info : fix heap-buffer overflow in read_taskinfo() #1963

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 7, 2024

  1. info : fix heap-buffer overflow in read_taskinfo()

    It fixes a heap-buffer overflow issue caused by data in
    taskinfo:tids. The root cause was insufficient exception
    handling for tid values.
    
    Added exception handling to manage any value written to tids_str
    
    Fixed: namhyung#938
    
    Signed-off-by: Seunghyeok Park <tmdgur1324@naver.com>
    ParkSeungHyeok committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    44daaec View commit details
    Browse the repository at this point in the history