There's an off-by-one error in base64_decode_value which results in undefined 
behaviour:

    void* out;
    size_t len;
    rpmBase64Decode("\x7b", &out, &len);
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/68

-- Commit Summary --

  * Fix off-by-one error

-- File Changes --

    M rpmio/base64.c (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/68.patch
https://github.com/rpm-software-management/rpm/pull/68.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/68
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to