Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
glibc
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • TeligenOS
  • glibc
  • Merge Requests
  • !11

Merged
Opened Oct 07, 2023 by heqing@heqingReporter
  • Report abuse
Report abuse

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "http://192.168.0.34:8890/heqing/glibc.git" "hopestage-v2.0"
git checkout -b "heqing/glibc-hopestage-v2.0" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "hopestage-v2.0"
git merge --no-ff "heqing/glibc-hopestage-v2.0"

Step 4. Push the result of the merge to GitLab

git push origin "hopestage-v2.0"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

update glibc to 2.34-136 to fix CVE

  • Overview 4
  • Commits 1
  • Changes 41

fix CVE-2023-5156

fix CVE-2023-4806 CVE-2023-5156

fix CVE-2023-4813

string: strerror must not return NULL (bug 30555)

time: strftime_l: Avoid an unbounded alloca.

resolv_conf: release lock on allocation failure (bug 30527)

inet fix warn unused result

fix Segmentation fault in nss module

fix nss database check reload and get memleak

Add static PIE support for LoongArch

time: Fix use-after-free in getdate

add the test of the entire GB18030 charmap

backport upstream patches

display declaration fstat function, make fstat call the system fstat function

x86: add noseparate-code for bash program performance

locale: reduce the size of locale C.utf-8

add GB18030-2022 charmap

Backport LoongArch patches:

Fix ptr mangling/demangling features.

Keep SHMLBA the same value with kernel.

Backport RISC-V patches:

malloc: elf/ld.so: Consider maybe-existing hole between PT_LOAD segments when mmap reserved area

malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]

nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]

nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)

sunrpc: Suppress GCC -Os warning on user2netname

Avoid use of atoi in some places in libc

stdlib: Undo post review change to 16adc58e73f3

gmon: improve mcount overflow handling

gmon: fix memory corruption issues

posix: Fix system blocks SIGCHLD erroneously

elf/ld.so: fix 2 bugs in ld.so mmap shared object use hugepage

malloc: Fix transposed arguments in sysmalloc_mmap_fallback call

issue: #5 (closed)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: teligenos/glibc!11
Source branch: hopestage-v2.0

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.