11 Commits

Author SHA1 Message Date
EnderIce2
b13fe4a28f
std: Fix potential Use-After-Free vulnerability in std::string 2024-10-15 03:59:26 +03:00
EnderIce2
b31d49be15
std: Fix std::string push_back()
Allocate 2 bytes if cap == 0, not 1.
2024-10-15 03:58:17 +03:00
EnderIce2
e9d022169e
Fix iterator type mismatch in basic_string::erase functions 2024-08-18 21:34:35 +03:00
EnderIce2
6801475243
Refactor filesystem & stl code 2024-05-18 07:42:01 +03:00
EnderIce2
90b9e7301d
Rename string class to basic_string 2024-03-19 02:33:57 +02:00
EnderIce2
be80b52543
Add char_traits stub class to <string> 2024-03-19 02:33:33 +02:00
EnderIce2
9925a9e9b4
Add experimental insert() function to string class 2024-02-29 01:12:23 +02:00
EnderIce2
96daa43d38
Update kernel 2024-01-19 06:47:42 +02:00
EnderIce2
56358280a7
Update std headers 2023-10-10 06:09:17 +03:00
Alex
889e1522a3
Restructured and rewritten entire codebase 2023-10-09 01:16:24 +03:00
Alex
2c51e4432f
Update kernel 2023-08-06 04:53:14 +03:00