Skip to content

Tags: libmir/mir-cpuid

Tags

v1.2.11

Toggle v1.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix buffer overflow if mir_cpuid_init() is invoked multiple times (#45)

According to the comment, it should be safe to call multiple times,
but e.g. the added unittest fails on my box (`_uCache_length` is
incremented and not reset).

At work, this occurs when mir-cpuid is linked statically into
multiple D binaries of some process - the CRT constructors share the
same global state on Linux (`_uCache_length` etc. - uniqued dynamic
symbols).

v1.2.10

Toggle v1.2.10's commit message
fixup

v1.2.9

Toggle v1.2.9's commit message
update deps

v1.2.8

Toggle v1.2.8's commit message
fixup

v1.2.7

Toggle v1.2.7's commit message
fixup caches

v1.2.6

Toggle v1.2.6's commit message
update dub sdl

v1.2.5

Toggle v1.2.5's commit message
fix index

v1.2.4

Toggle v1.2.4's commit message
fix index

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new meson and ci configs (#43)

v1.2.2

Toggle v1.2.2's commit message
fix byte order for amd LeafExt1EInformation