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

Fix potential out-of-bounds read (coverity) #844

Merged
merged 2 commits into from
Sep 21, 2016
Merged

Commits on Sep 18, 2016

  1. query_parser: Fix potential out-of-bounds read (coverity)

    CID 1190207 (uclouvain#1 of 1): Out-of-bounds read (OVERRUN)
    
    Variable i must be checked before testing query_param.box_type.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    1577dab View commit details
    Browse the repository at this point in the history
  2. jpip_parser: Fix potential out-of-bounds read (coverity)

    CID 1190206 (uclouvain#1 of 1): Out-of-bounds read (OVERRUN)
    
    Variable i must be checked before testing query_param.box_type.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    3b9889a View commit details
    Browse the repository at this point in the history