Skip to content

Merge Version/4.2 into master.#4297

Merged
OBattler merged 163 commits into
masterfrom
version/4.2
Mar 23, 2024
Merged

Merge Version/4.2 into master.#4297
OBattler merged 163 commits into
masterfrom
version/4.2

Conversation

@OBattler

Copy link
Copy Markdown
Member

Summary

Briefly describe what you are submitting.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

Cacodemon345 and others added 30 commits February 26, 2024 03:15
Add Novell NetWare 2.x Card Key emulation
Preparation for modem phonebook files
Modem emulation (includinng SLIP connectivity)
Kagamiin and others added 27 commits March 22, 2024 00:32
Fix incompatible pointers of the generic PIT and PCjr's
And a proper Compaq Portable III 386 BIOS.
Note: The SCAT 286 003 machine is a SCAT-based AMI 286 machine.
Add the Tandy 4000 AT compatible and SCAT-286-003 machines
feature/sound: ESS AudioDrive ES1688
@OBattler
OBattler merged commit f2b9f7b into master Mar 23, 2024
Comment thread src/86box.c
/* Load the ROMs for the selected machine. */
if (!machine_available(machine)) {
swprintf(temp, sizeof_w(temp), plat_get_string(IDS_2063), machine_getname());
swprintf(temp, sizeof_w(temp), plat_get_string(STRING_HW_NOT_AVAILABLE_MACHINE), machine_getname());

Check failure

Code scanning / CodeQL

Non-constant format string

The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal. The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal.
Comment thread src/86box.c
memset(tempc, 0, sizeof(tempc));
device_get_name(video_card_getdevice(gfxcard[0]), 0, tempc);
swprintf(temp, sizeof_w(temp), plat_get_string(IDS_2064), tempc);
swprintf(temp, sizeof_w(temp), plat_get_string(STRING_HW_NOT_AVAILABLE_VIDEO), tempc);

Check failure

Code scanning / CodeQL

Non-constant format string

The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal. The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal.
Comment thread src/86box.c
device_get_name(video_card_getdevice(gfxcard[1]), 0, tempc);
swprintf(temp, sizeof_w(temp), plat_get_string(IDS_2163), tempc);
ui_msgbox_header(MBX_INFO, (wchar_t *) IDS_2129, temp);
swprintf(temp, sizeof_w(temp), plat_get_string(STRING_HW_NOT_AVAILABLE_VIDEO2), tempc);

Check failure

Code scanning / CodeQL

Non-constant format string

The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal. The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal.
@OBattler
OBattler deleted the version/4.2 branch January 19, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants