Fixing Memory Bugs in C

seeders: 0
leechers: 0
Added 5 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Fixing Memory Bugs in C (Size: 609.9 MB)
  001 Introduction.en.srt 2.3 KB
  001 Introduction.mp4 9.1 MB
  001 The Challenge.en.srt 2.7 KB
  001 The Challenge.mp4 7.1 MB
  001 Uninitialized values.en.srt 17.9 KB
  001 Uninitialized values.mp4 83.9 MB
  001 Windows Subsystem for Linux.en.srt 12.8 KB
  001 Windows Subsystem for Linux.mp4 63.5 MB
  002 Invalid reads.en.srt 22.4 KB
  002 Invalid reads.mp4 122 MB
  003 Invalid writes.en.srt 17.4 KB
  003 Invalid writes.mp4 99.2 MB
  004 Invalid frees.en.srt 20.9 KB
  004 Invalid frees.mp4 121.9 MB
  005 Fishy values.en.srt 6.8 KB
  005 Fishy values.mp4 35 MB
  006 Memory leaks.en.srt 11.5 KB
  006 Memory leaks.mp4 68 MB
  Bonus Resources.txt 307.2 B
  Get Bonus Downloads Here.url 204.8 B
  Makefile 102.4 B
  README.md 1.6 KB
  bugs.bmp 3.1 KB
  exercise.c 2.4 KB
  hunt.wise 716.8 B
  lesson.c 819.2 B
  main.c 1.6 KB
  start.wise 307.2 B
  stayinbed.wise 307.2 B
  takeshower.wise 102.4 B
  wise_parse.c 2.7 KB
  wise_parse.h 512 B
  ▲ 33 total files

Description


Fixing Memory Bugs in C



MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 9 lectures (1h 21m) | Size: 525.1 MB
Tools and techniques for finding and fixing memory bugs in C
What you'll learn:
Understanding memory management in C
Finding software defects related to memory management in C
Fixing memory bugs in C
Setting up Windows Subsystem for Linux (WSL)

Requirements
Comfortable with C language syntax and familiar with pointers

Description
After you've learned the basics of the C programming language, including becoming familiar with pointers, you're ready to start working on some real projects. Whether you're writing your own code from scratch, or maintaining and extending code written by somebody else, you'll quickly find that a major source of software defects in C programs is improper memory management.

Memory-related bugs can be difficult and extremely time-consuming to diagnose and fix without good tools. This course will introduce you to some tools and techniques for finding and fixing memory bugs in C programs, as well as teach the concepts behind those issues. It will cover: