Closed Bug 1259218 Opened 9 years ago Closed 9 years ago

don't require arc4random_addrandom in libevent on Android

Categories

(Core :: IPC, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla48
Tracking Status
firefox48 --- fixed

People

(Reporter: froydnj, Assigned: froydnj)

References

Details

Attachments

(1 file, 1 obsolete file)

arc4random_addrandom has been removed in the r11 NDK; its presence in the libevent sources causes linking failures. But, fun fact, we don't even need to call the function that calls arc4random_addrandom, so we can just #ifdef out the calling function, as is done for OpenBSD.
Patching patch files, as one does.
Attachment #8734074 - Flags: review?(jld)
Sigh, committed too much from magit.
Attachment #8734075 - Flags: review?(jld)
Attachment #8734074 - Attachment is obsolete: true
Attachment #8734074 - Flags: review?(jld)
Blocks: 1259521
Comment on attachment 8734075 [details] [diff] [review] don't use arc4random_addrandom on Android, since NDK r11 doesn't provide it r=me, but… if we're not using this function, then couldn't we #if 0 or just delete it?
Attachment #8734075 - Flags: review?(jld) → review+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: