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

tests: fix test_monitor on musl #222

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Commits on Oct 15, 2024

  1. tests: fix test_monitor on musl

    It is probably a Glibc bug that sscanf as used by bluez accepts 0x01
    for this value[1].  For portability, use the unprefixed hex value.
    Based on bluez's own documentation, I don't think the 0x is
    required[2].
    
    [1]: https://www.openwall.com/lists/libc-coord/2024/10/15/2
    [2]: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/client/bluetoothctl-monitor.rst?id=3d9900eb754d277ef6abf21bed827cdc9e79ddb4
    alyssais committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fa2cf0d View commit details
    Browse the repository at this point in the history